    /*全局控制*/

    @charset "utf-8";
    /*全局控制*/

    body,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    hr,
    p,
    blockquote,
    /* structural elements 结构元素 */

    div,
    dl,
    dt,
    dd,
    ul,
    ol,
    li,
    /* list elements 列表元素 */

    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    pre,
    code,
    /* text formatting elements 文本格式元素 */

    form,
    fieldset,
    legend,
    button,
    input,
    textarea,
    /* form elements 表单元素 */

    p,
    blockquote,
    th,
    td
    /* table elements 表格元素 */

        {
        margin: 0;
        padding: 0;
    }

    /** 设置默认字体 **/

    body,
    button,
    input,
    select,
    textarea
    /* for ie */

        {
        font: 14px/1.5 tahoma, arial, \5b8b\4f53, sans-serif;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        font-weight: normal;
    }

    address,
    cite,
    dfn,
    em,
    var {
        font-style: normal;
    }

    /* 将斜体扶正 */

    code,
    kbd,
    pre,
    samp {
        font-family: courier new, courier, monospace;
    }

    /* 统一等宽字体 */

    small {
        font-size: 12px;
    }

    /* 小于 12px 的中文很难阅读，让 small 正常化
*/

    table,
    td,
    tr,
    th {
        font-size: 12px;
    }

    caption,
    th {
        text-align: left;
    }

    * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    /** 重置列表元素 **/

    ul,
    ol,
    li {
        list-style: none;
    }

    li {
        list-style-type: none;
    }

    q:before,
    q:after {
        content: '';
    }

    abbr,
    acronym {
        border: 0;
        font-variant: normal;
    }

    address,
    caption,
    cite,
    code,
    dfn,
    em,
    th,
    var,
    optgroup {
        font-weight: normal;
        font-style: normal;
    }

    del,
    ins {
        text-decoration: none;
    }

    /** 重置文本格式元素 **/

    a {
        color: #000;
        text-decoration: none;
        outline: none;
    }

    a:visited {
        color: #000;
        text-decoration: none;
    }

    a:hover {
        color: #666;
        text-decoration: none;
    }

    a:active {
        color: #666;
    }

    /** 重置表单元素 **/

    legend {
        color: #666;
    }

    /* for ie6 */

    fieldset,
    img {
        border: 0;
    }

    /* img 搭车：让链接里的 img 无边框 */

    button,
    input,
    select,
    textarea {
        font-size: 100%;
    }

    /* 使得表单元素在 ie 下能继承字体大小 */

    sup {
        vertical-align: text-top;
    }

    /* 重置，减少对行高的影响 */

    sub {
        vertical-align: text-bottom;
    }

    /* 注：optgroup 无法扶正 */
    /** 重置表格元素 **/

    table {
        border-collapse: collapse;
        border-spacing: 0;
    }

    /** 清除浮动 **/

    input,
    button,
    textarea,
    select,
    optgroup,
    option {
        font-family: inherit;
        font-size: inherit;
        font-style: inherit;
        font-weight: inherit;
        outline: none;
    }

    body {
        background: #fff;
        font: 14px/20px Microsoft Yahei, simsun, Tahoma, Arial, Helvetica, sans-serif;
        color: #000;
    }

    input[type="text"],
    textarea {
        -webkit-appearance: none;
    }

    input {
        _background: #fff;
    }

    textarea {
        background: #fff;
    }

    select {
        *background: #fff;
    }

    .clearfix:before,
    .clearfix:after {
        content: "";
        display: table;
    }

    .clearfix:after {
        clear: both;
    }

    .clearfix {
        zoom: 1;
    }

    .clear {
        clear: both;
    }

    .fl {
        float: left;
    }

    .fr {
        float: right;
    }

    .bl1 {
        clear: both;
        height: 1px;
        overflow: hidden;
        display: block;
    }

    .bl5 {
        clear: both;
        height: 5px;
        overflow: hidden;
        display: block;
    }

    .bl10 {
        clear: both;
        height: 10px;
        overflow: hidden;
        display: block;
    }

    .bl15 {
        clear: both;
        height: 15px;
        overflow: hidden;
        display: block;
    }

    .bl20 {
        clear: both;
        height: 20px;
        overflow: hidden;
        display: block;
    }

    .bl30 {
        clear: both;
        height: 30px;
        overflow: hidden;
        display: block;
    }

    .bl40 {
        clear: both;
        height: 40px;
        overflow: hidden;
        display: block;
    }

    .bl50 {
        clear: both;
        height: 50px;
        overflow: hidden;
        display: block;
    }

    .tc {
        text-align: center;
    }

    .tl {
        text-align: left;
    }

    .tr {
        text-align: right;
    }

    .dis {
        display: block;
    }

    .undis {
        display: none;
    }

    .cl {
        clear: both;
    }

    .fb {
        font-weight: bold;
    }

    .fnb {
        font-weight: 200;
        margin-left: -1px;
    }

    .hr_1,
    .hr_10 {
        font-size: 1px;
        line-height: 1px;
        clear: both;
    }

    .hr_1 {
        height: 1px;
    }

    .hr_10 {
        height: 10px;
    }

    input[type="text"]:focus,
    input[type="password"]:focus,
    textarea:focus {
        outline: none;
    }

    .wrap {
        width: 1200px;
        margin: 0 auto;
        text-align: left;
    }

    .right_div {
        display: none;
    }

    .header {
        background-color: #0186D1;
        padding-top: 15px;
    }

    .head1 .logo {
        width: 557px;
    }

    .head1 .logo img {
        width: 100%;
    }

    .headrCont {
        padding-top: 15px;
    }

    .head1 .date {
        color: #fff;
        line-height: 42px;
    }

    /* .head1 .date span {
        color: #ffcc33;
        margin: 0 5px;
    } */

    .headrCont .search {
        width: 300px;
        height: 40px;
        background: #fff;
        overflow: hidden;
        border-radius: 20px;
        position: relative;
        margin-left: 20px;
    }

    .headrCont .search .textInput {
        width: 250px;
        height: 100%;
        vertical-align: top;
        border: none;
        text-indent: 20px;
        background: none;
        height:38px;line-height:38px;
    }

    .searchBtn {
        position: absolute;
        width: 31px;
        height: 31px;
        background: url(../img/searchIco.png) no-repeat center;

        border: none;
        position: absolute;
        right: 12px;
        top: 3px;
        cursor: pointer;
    }

    .head2 {
        border-top: rgba(255, 255, 255, .2) 1px solid;
        margin-top: 10px;
    }

    .head2 .nav li {
        float: left;
        width: 92px;
        text-align: center;
        position: relative;
    }

    .head2 .nav li>a {
        height: 50px;
        display: block;
        line-height: 50px;
        font-size: 14px;
        color: #fff;
    }

    .head2 .nav li.on>a,
    .head2 .nav li:hover>a {
        background: #F59701;
    }

    .navChild {
        position: absolute;
        width: 100%;
        display: none;
        background: rgba(0, 0, 0, 0.5);
        display: none;
        z-index: 10;
    }
/*    .head2 .nav .navChild li {
        float: left;
        width: 109px;
        text-align: center;
        position: relative;
    }*/
    .head2 .nav .navChild li>a {
        height: 30px;
        display: block;
        line-height: 30px;
        font-size: 14px;
        color: #fff;
    }
    .navChild .childlist {
        position: relative;
    }

    .navChild .childlist>a,
    .navChild .listShow a {
        display: block;
        height: 40px;
        border-bottom: #6e7886 1px solid;
        line-height: 40px;
        width: 100%;
        text-align: center;
        color: #fff;
    }

    .navChild .listShow {
        position: absolute;
        width: 120px;
        display: none;
        left: 120px;
        background: rgba(0, 0, 0, 0.5);
        top: 0;
    }

    .navChild a:hover {
        background: #f59701;
    }

    .banner {
        position: relative;
        overflow: hidden;
        width: 100% !important;
    }

    .banner a,
    .banPic,
    .banPic .swiper-slide {
        width: 100% !important;
        height: 800px;
    }

    .banner li a {
        display: block;
        cursor: pointer;
    }

    .dot_style {
        position: absolute;
        width: 100%;
        left: 0;
        bottom: 15px;
        text-align: center;
        z-index: 10;
    }

    .dot_style .swiper-pagination-bullet {
        opacity: 1;
        display: inline-block;
        width: 40px;
        height: 3px;
        margin: 0 5px;
        background: #fff;
        font-size: 0;
        border-radius: 0;
    }

    .dot_style .swiper-pagination-bullet-active {
        background: #ffcc33;
    }

    ._block {
        display: block;
    }

    .number {
        background: rgba(255, 255, 255, 1);
        box-shadow: 0px 0px 18px 0px rgba(93, 93, 93, 0.23);
        border-radius: 16px;
        margin-top: -100px;
        position: relative;
        z-index: 1;
    }

    .number ul li {
        float: left;
        width: 33.3%;
        text-align: center;
        padding: 41px 0 43px;
    }

    .number li .time {
        font-size: 30px;
        color: rgba(1, 134, 209, 1);
    }

    .number li .txt {
        font-size: 16px;
        color: #808080;
        margin-top: 30px;
    }

    .titleName {
        height: 40px;
        line-height: 40px;
        position: relative;
    }

    .titleName .iconnew {
        width: 21px;
        height: 21px;
        background: url(../img/nIco1.png) no-repeat center;
        display: inline-block;
        vertical-align: middle;
        position: relative;
        top: -2px;
        ;
    }

    .am-u-sm-6{width:46%;padding:2%;float:left;}
    .am-u-sm-12{width:92%;padding:2%;float:left;}
    .am-form input{width:100%;height:30px;line-height:30px;border:1px solid #ccc;background:#fff;}
    .am-u-sm-12 input{height:60px;}
    .cntxt {
        color: #4c4c4c;
        font-size: 20px;
        margin-left: 5px;
        margin-right: 15px;
    }

    .enTxt {
        color: rgba(153, 153, 153, 1);
        font-size: 20px;
    }

    .margintop80 {
        margin-top: 80px;
    }

    .newsType {
        position: absolute;
        right: 0;
        top: 0;
    }

    .firstType {
        width: 180px;
        height: 40px;
        border: 1px solid rgba(153, 153, 153, 1);
        border-radius: 5px;
    }

    .firstType em {
        display: inline-block;
        width: 140px;
        height: 40px;
        text-indent: 16px;
        color: #999999;
        font-size: 16px;
    }

    .firstType .checkType {
        width: 40px;
        height: 40px;
        background: rgba(14, 140, 211, 1);
        border-radius: 5px;
        position: absolute;
        right: 0;
        top: -1px;
        text-align: center;
        line-height: 47px;
    }

    .newsType ul {
        background: rgba(14, 140, 211, 1);
        position: absolute;
        top: 40px;
        width: 180px;
        text-align: center;
        display: none;
        z-index: 100;
    }

    .newsType ul li a {
        color: #fff;
    }
    .newsType ul li a:hover{ text-decoration: underline;}

    .newScroll {
        float: left;
        width: 585px;
        /* height: 380px; */
    }

    .newScroll .swiper-slide img {
        display: block;
        width: 100%;
        /* height: 380px; */
    }

    .newsContent {
        margin-top: 40px;
    }

    .newScroll .swiper-slide .title {
        font-size: 18px;
        color: #666;
        margin-top: 10px;
        padding-right: 70px;
    }

    .dot_style1.swiper-pagination {
        text-align: right;
        bottom: 0;
    }

    .dot_style1 .swiper-pagination-bullet {
        opacity: 1;
        background: none;
        border: #f59701 1px solid;
    }

    .dot_style1 .swiper-pagination-bullet-active {
        background: #f59701;
    }

    .newsTxt li {
        position: relative;
        width: 100%;
        padding: 18px 0;
    }


    .newsTxt {
        margin-top: -10px;
        width: 585px;
    }

    .newsTxt li::after {
        content: '';
        width: 5px;
        height: 5px;
        background: #f59701;
        position: absolute;
        top: 50%;
        margin-top: -3px;
        left: 0;
        border-radius: 50%;
    }

    .newsTxt li a {
        color: #7a7a7a;
        padding-left: 18px;
        padding-right: 50px;
        display: block;
        font-size: 16px;
        position: relative;
    }

    .newsTxt li a span {
        position: absolute;
        right: 0;
        color: #F59701;
        opacity: 0.5;
        top: 0;
    }

    .newsTxt li:hover::after {
        background: #F59701;
    }

    .newsTxt li:hover a {
        color: #F59701;
    }

    .width585 {
        width: 585px;
    }

    .cntxt {
        color: #0E8CD3;
    }

    .iconnew1 {
        width: 22px;
        height: 23px;
        background: url(../img/nIco2.png);
        display: inline-block;
        vertical-align: middle;
        position: relative;
        top: -2px;
    }

    .part1news .newsTxt li {
        padding: 17px 0;
    }

    .part1news .newsTxt {
        margin-top: 3px;
    }

    .more {
        display: block;
        position: absolute;
        right: 0;
        top: 50%;
        margin-top: -4px;
        width: 78px;
        height: 7px;
        background: url(../img/moreIvo.png) no-repeat right;
        background-size: 100%;
    }

    .iconnew2 {
        width: 23px;
        height: 20px;
        background: url(../img/nIco3.png);
        display: inline-block;
        vertical-align: middle;
        position: relative;
        top: -2px;
    }

    .video {
        margin-top: 20px;
    }
    .video video{
        width:100%;height:auto;
    }
    .video .swiper-slide a {
        width: 100%;
        /* height: 320px; */
        position: relative;
    }

    .video .swiper-slide a::after {
        content: '';
        width: 79px;
        height: 79px;
        background: url(../img/videoIco.png) no-repeat;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -39px;
        margin-left: -39px;
    }

    .video .swiper-slide a img {
        display: block;
    }

    .video .swiper-slide a span {
        position: absolute;
        background: rgba(0, 0, 0, .4);
        height: 50px;
        color: #fff;
        padding: 0 30px;
        line-height: 50px;
        width: 100%;
        box-sizing: border-box;
        left: 0;
        bottom: 0;
    }

    .video .dot_style1 {
        position: static;
        margin-top: 10px;
    }

    .enterDiv {
        width: 100%;
        background: url(../img/bg1.jpg) no-repeat;
        background-size: cover;
        padding: 89px 0 39px;
    }

    .enterDiv li {
        float: left;
        width: 20%;
        text-align: center;
        margin-bottom: 50px;
    }

    .enterDiv li span {
        width: 118px;
        height: 118px;
        margin: 0 auto 10px;
        border: 1px solid rgba(255, 255, 255, 1);
        border-radius: 50%;
    }

    .enterDiv .li1 span {
        background-image: url(../img/icon1.png);
        background-position: center;
        background-repeat: no-repeat;
    }

    .enterDiv .li2 span {
        background-image: url(../img/icon2.png);
        background-position: center;
        background-repeat: no-repeat;
    }

    .enterDiv .li3 span {
        background-image: url(../img/icon3.png);
        background-position: center;
        background-repeat: no-repeat;
    }

    .enterDiv .li4 span {
        background-image: url(../img/icon4.png);
        background-position: center;
        background-repeat: no-repeat;
    }

    .enterDiv .li5 span {
        background-image: url(../img/icon5.png);
        background-position: center;
        background-repeat: no-repeat;
    }

    .enterDiv .li6 span {
        background-image: url(../img/icon6.png);
        background-position: center;
        background-repeat: no-repeat;
    }

    .enterDiv .li7 span {
        background-image: url(../img/icon7.png);
        background-position: center;
        background-repeat: no-repeat;
    }

    .enterDiv .li8 span {
        background-image: url(../img/icon8.png);
        background-position: center;
        background-repeat: no-repeat;
    }

    .enterDiv .li9 span {
        background-image: url(../img/icon9.png);
        background-position: center;
        background-repeat: no-repeat;
    }

    .enterDiv .li10 span {
        background-image: url(../img/icon10.png);
        background-position: center;
        background-repeat: no-repeat;
    }

    .enterDiv .li1:hover span {
        background-color: #fff;
        background-image: url(../img/icon1_on.png);
        background-position: center;
        background-repeat: no-repeat;
    }

    .enterDiv .li2:hover span {
        background-color: #fff;
        background-image: url(../img/icon2_on.png);
        background-position: center;
        background-repeat: no-repeat;
    }

    .enterDiv .li3:hover span {
        background-color: #fff;
        background-image: url(../img/icon3_on.png);
        background-position: center;
        background-repeat: no-repeat;
    }

    .enterDiv .li4:hover span {
        background-color: #fff;
        background-image: url(../img/icon4_on.png);
        background-position: center;
        background-repeat: no-repeat;
    }

    .enterDiv .li5:hover span {
        background-color: #fff;
        background-image: url(../img/icon5_on.png);
        background-position: center;
        background-repeat: no-repeat;
    }

    .enterDiv .li6:hover span {
        background-color: #fff;
        background-image: url(../img/icon6_on.png);
        background-position: center;
        background-repeat: no-repeat;
    }

    .enterDiv .li7:hover span {
        background-color: #fff;
        background-image: url(../img/icon7_on.png);
        background-position: center;
        background-repeat: no-repeat;
    }

    .enterDiv .li8:hover span {
        background-color: #fff;
        background-image: url(../img/icon8_on.png);
        background-position: center;
        background-repeat: no-repeat;
    }

    .enterDiv .li9:hover span {
        background-color: #fff;
        background-image: url(../img/icon9_on.png);
        background-position: center;
        background-repeat: no-repeat;
    }

    .enterDiv .li10:hover span {
        background-color: #fff;
        background-image: url(../img/icon10_on.png);
        background-position: center;
        background-repeat: no-repeat;
    }

    .enterDiv li a {
        color: #fff;
    }

    .tLeftPic,
    .trighttPic {
        position: relative;
    }

    .tLeftPic img {
        width: 100%;
        display: block;
    }

    .tLeftPic p,
    .trighttPic p {
        color: #fff;
        line-height: 60px;
        height: 60px;
        background: rgba(0, 0, 0, .5);
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        box-sizing: border-box;
        padding: 0 40px;
    }

    .trighttPic img {
        display: block;
        width: 100%;
        height: 260px;
    }

    .studentDiv {
        padding: 43px 0 53px;
        background: url(../img/bg2.png) no-repeat;
        background-size: cover;
    }

    .anserlist ul li {
        height: 60px;
        font-size: 16px;
        background: rgba(224, 224, 224, .3);
        margin-top: 15px;
        position: relative;
    }

    .anserlist .titleName .iconnew {
        width: 22px;
        height: 22px;
        background: url(../img/nIco4.png);
        display: inline-block;
        vertical-align: middle;
        position: relative;
        top: -2px;
    }

    .anserlist ul li a {
        padding: 0 30px;
        line-height: 60px;
        color: #fff;
    }
    .anserlist ul li:hover a{ color: #F59701;}
    .studentDiv .titleName .cntxt,
    .studentDiv .titleName .enTxt {
        color: #fff;
    }

    .anserlist ul li span {
        position: absolute;
        right: 30px;
        top: 0;
        color: #fff;
        line-height: 60px;
    }

    .studentDiv .more {
        background: url(../img/moreIvo1.png) no-repeat;
    }

    .story .titleName .iconnew {
        width: 18px;
        height: 24px;
        background: url(../img/nIco5.png);
        display: inline-block;
        vertical-align: middle;
        position: relative;
        top: -2px;
    }

    .storyNews {
        padding: 20px 30px;
        background: rgba(231, 231, 231, .3);
    }
    .storyNews>div{ margin-top: 20px;}
    .storyNews img {
        width: 526px;
        height: 154px;
        display: block;
    }

    .storyNews span {
        width: 70px;
        height: 70px;
        font-size: 22px;
        box-sizing: border-box;
        padding: 16px 0;
        background: rgba(255, 255, 255, .5);
        color: #0166B4;
        text-align: center;
    }

    .storyNews span em {
        font-size: 14px;
        display: block;
        text-align: center;
        margin-top: 2px;
    }

    .storyNews a {
        line-height: 70px;
        padding: 0 24px;
        display: block;
        color: #fff;
    }

    .zsLeft .titleName .iconnew {
        width: 24px;
        height: 21px;
        background: url(../img/nIco6.png);
        display: inline-block;
        vertical-align: middle;
        position: relative;
        top: -2px;
    }

    .zsRight .titleName .iconnew {
        width: 20px;
        height: 22px;
        background: url(../img/nIco7.png);
        display: inline-block;
        vertical-align: middle;
        position: relative;
        top: -2px;
    }

    .smallPic li {
        width: 90px;
        height: 70px;
        margin-bottom: 13px;
    }

    .smallPic li:last-child {
        margin-bottom: 0;
    }

    .smallPic li img {
        width: 100%;
        display: block;
        height: 100%;
    }

    .smallPic li.on {
        border: #c82128 2px solid;
    }

    .bigPic li {
        position: relative;
    }

    .bigPic li img {
        display: block;
        width: 480px;
        height: 320px;
    }

    .bigPic li p {
        height: 55px;
        background: rgba(0, 0, 0, 0.6);
        padding: 0 10px 0 40px;
        position: absolute;
        width: 100%;
        bottom: 0;
        left: 0;
    }

    .bigPic li p a {
        font-size: 16px;
        color: #fff;
        line-height: 55px;
        margin-left: 5px;
        width: 400px;
        display: block;
    }

    .bigPic li p i {
        width: 30px;
        height: 10px;
        display: block;
        position: absolute;
        top: 20px;
        left: 10px;
        background-position: -288px -1px;
    }

    .guideBox img {
        display: block;
        width: 585px;
        height: 210px;
    }

    .guideBox p {
        color: #4D4D4D;
        font-size: 16px;
        line-height: 160%;
        margin-top: 10px;
    }

    .textRight {
        text-align: right;
    }

    .textRight a:hover{ text-decoration: underline;}

    .hide {
        display: none;
    }

    .guideBox a {
        font-size: 16px;
        color: #F59701;
    }

    .footer1 {
        background: url(../img/bg1.jpg) no-repeat ;
        background-size: cover;
        padding: 26px 0 22px;
        margin-top: 65px;
    }

    .fcont1>p {
        color: #cf8b8e;
        padding-bottom: 10px;
        border-bottom: #cf8b8e 1px solid;
    }

    .fcont1>p span {
        font-size: 24px;
        margin-right: 3px;
    }
    .fcont1 a{color:#fff;}

    .footer1 .titleName .iconnew {
        width: 20px;
        height: 20px;
        background: url(../img/nIco8.png);


    }

    .footer1 .cntxt,
    .footer1 .enTxt {
        color: #fff;
    }

    .fcont1 {
        width: 930px;
    }

    .fcont1 ul {
        display: flex;
        justify-content: space-between;
    }

    .fcont1 ul li {
        color: #fff;
        margin-top: 22px;
        width:160px;
        text-align:center;
    }

    .fcont1 ul li i {
        display: block;
        width: 30px;
        height: 30px;
        margin: 0 auto;
    }

    .fcont1 ul .l1 i {
        background: url(../img/cIco1.png)no-repeat;
    }
    .fcont1 ul .l2{width:300px;}
    .fcont1 ul .l2 i {
        background: url(../img/cIco1.png)no-repeat;
    }

    .fcont1 ul .l3 i {
        background: url(../img/cIco2.png)no-repeat;
    }

    .fcont1 ul .l4 i {
        background: url(../img/cIco3.png)no-repeat;
    }

    .fcont2 p {
        float: left;
        width: 12px;
        color: #fff;
        margin-right: 15px;
    }

    .fcont2 img {
        display: block;
        width: 120px;
        height: 120px;
    }

    .insideBan {
        width: 100%;
        overflow: hidden;
        position: relative;
    }

    .insideBan img {
        position: relative;
        left: 50%;
        margin-left: -960px;
        width: 1920px;
        height: 300px;
        display: block;
    }
    .contop{ position: relative; margin-top: 20px;}
    .contop i{ display: inline-block; background: url(../img/houseIco.png) no-repeat;     width: 20px;
        height: 18px;vertical-align: middle; position: relative; top: -2px;}
    .contop  a{ color: #999;}
    .page-content{margin-top: 60px;}
    .pageNav {width: 238px;}
    .pageNav ul li{width: 230px; height: 55px; position: relative; background: #f0f0f0; font-size: 18px; text-align: center; line-height: 55px; margin-bottom: 10px;}
    .pageNav ul li.on,.pageNav ul li:hover{background: #0186d1; }
    .pageNav ul li.on a,.pageNav ul li:hover a{color: #fff;}
    .pageNav ul li.on::after,.pageNav ul li:hover::after{ content: ''; position: absolute;       border: #0186d1 8px solid;  border-top-color: transparent;
        right: -16px; top: 50%; margin-top: -8px;
        border-right-color: transparent;
        border-bottom-color: transparent;}
    .aboutIntro p{ line-height: 180%; font-size: 14px;margin-bottom: 20px;}
    .aboutIntro .video-js{width:100%;background:url(../img/videoImg.png) no-repeat center center #000;background-size:100% auto;height:auto;display: block;}
    .aboutIntro img{ max-width: 100%; margin-bottom: 20px;}
    .pageRight{width: 960px; padding: 0 40px;}
    .pageRight h1{ color: #f59701; font-size: 24px; text-align: center; line-height: 180%; margin-bottom: 10px;}
    .m_insideBan{width: 100%; display: none;}
    .m_insideBan img{ display: block; width: 100%;}
    .newlist li{ position: relative; padding: 10px 0; border-bottom: #b3b3b3 1px dashed; display: flex; justify-content: space-between;} 
    .newlist li .time{ width: 100px; height: 60px;  background: #f0f0f0; color: #666; text-align: center;margin-left: 20px; }
    .newlist li .time span{ color: #f59701; font-size: 18px; line-height: 150%; padding-top: 6px;}
    .newlist li a{line-height: 60px; font-size: 16px; flex: 1; position: relative; padding-left: 30px;}
    .newlist li:hover a{ color: #0186d1; text-decoration: underline;}
    .newlist li:hover .time{ background: #0186d1;color: #fff;}
    .newlist li:hover .time span{ color: #fff;}
    .newlist li a::after{ content: ''; width: 6px; height: 6px; background: #ccc; position: absolute; left: 0; top: 50%; margin-top: -3px; border-radius: 50%;}

    .page {
        width: 100%;
        text-align: center;
    }
    
    .page {
        border-radius: 5px;
        overflow: hidden;
        display: inline-block;
        font-size: 0;
    }
    
    .pageBox li{ display: inline-block;
        height: 34px;
        line-height: 34px;
        font-size: 15px;
        color: #333;
        text-align: center;
        background: #efefef;
        margin: 0 2px;
    }
    .pageBox li a,.pageBox li span{ display: block; padding: 0 13px;}
    .page a.end_page {
        border-right: none;
    }
    
    
    .page span.current,.page .on
    .page a:hover {
        background-color: #737373;
        color: #fff;
    }

    .tip{ text-align: center; color: #666; font-size: 14px; padding-bottom: 10px;border-bottom: #cecece 1px solid;}
    .tip span{ margin: 0 10px;}
    .d_page i{ display: inline-block; width: 20px;height: 20px; vertical-align: middle; margin-right: 15px; }
    .d_page .a1 i{ background: url(../img/icon12.png) no-repeat;}
    .d_page .a2 i{ background: url(../img/icon11.png) no-repeat;}
    .d_page{border-top: #cecece 1px solid; padding-top: 20px;}
    .d_page a:hover{ color: #0186d1;}
    .d_page .a1:hover i{background: url(../img/ico12_on.png) no-repeat;}
    .d_page .a2:hover i{background: url(../img/icon11_on.png) no-repeat;}
    .d_page  a{  display: flex; align-items: center;}
    .d_page  a span{ flex: 1;}
    .techlist li img{ display: block; width: 270px; height: 350px;}
    .techlist li img.pic{ display: block; width: 270px; height: 200px;}
    .techlist li { width: 270px;  float: left; margin-right: 35px; margin-bottom: 35px;}
    .techlist li a{padding-top: 10px;}
    .techlist li  .name{font-size: 16px; margin-right: 10px;}
    .techlist li  .job{ color: #f59701; font-size: 20px;}
    .techlist li p{text-align: center;padding:10px 0;}
    .marginTop29 {
        margin-top: 29px;
    }

    .marginTop20 {
        margin-top: 20px;
    }

    .marginTop40 {
        margin-top: 40px;
    }

    .aui-ellipsis-1 {
        display: -webkit-box;
        overflow: hidden;
        text-overflow: ellipsis;
        word-wrap: break-word;
        word-break: break-all;
        white-space: normal !important;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }

    .aui-ellipsis-2 {
        display: -webkit-box;
        overflow: hidden;
        text-overflow: ellipsis;
        word-wrap: break-word;
        word-break: break-all;
        white-space: normal !important;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .aui-ellipsis-3 {
        display: -webkit-box;
        overflow: hidden;
        text-overflow: ellipsis;
        word-wrap: break-word;
        word-break: break-all;
        white-space: normal !important;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }
    .marginR0{ margin-right: 0 !important;}
    .contact{float:left;width:100%;padding:20px 0 0;background:url(../img/contact_bg.png) no-repeat right center;}
    .contact p{padding:5px 0 5px 20px;}
    .contact p.tel{background:url(../img/icona.png) no-repeat 0 center;}
    .contact p.address{background:url(../img/iconc.png) no-repeat 0 center;}
    .contact p.email{background:url(../img/iconb.png) no-repeat 0 center;}

    .cmaps{width:99.5%;border:1px solid #ccc;height:400px;}
    /**/
    .icon {
        background: url(../img/icon.png) no-repeat;
    }

    .sibar {
        position: fixed;
        bottom: 200px;
        right: 0;
        z-index: 250; /* display: none; */
    }

    .sibar a, .sibar > div {
        display: block;
        margin-top: 5px;
        position: relative;
        cursor: pointer;
        text-align: center;
    }

    .sibar a span, .sibar > div span {
        width: 60px;
        height: 60px;
        display: block;
        background-color: #f59701;
        color: #fff;font-size:12px;
        padding-top: 10px;
    }

    .sibar a i, .sibar > div i {
        width: 30px;
        height: 26px;
        display: block;
        margin: 0 auto;
    }

    .sibar a.a1 i {
        background-position: -2px -73px;
    }

    .sibar a.a2 i {
        background-position: -42px -73px;
    }

    .sibar a.a3 i {
        background-position: -87px -73px;
    }

    .sibar .a4 i {
        background-position: -135px -73px;
    }

    .sibar .a5 span {
        background: #fff;
        border: #ccc 1px solid;
        color: #999;
    }

    .sibar .a5 i {
        background-position: -180px -73px;
        width: 16px;
    }

    /* .sibar a.a1:hover i {    background-position: -300px -52px;}.sibar a.a2:hover i {    background-position: -360px -52px;}.sibar a.a3:hover i {    background-position: -420px -52px;}.sibar a.a4:hover i {    background-position: -480px -52px;} */
    .sibar a:hover span {
        background-color: #666;
    }

    /* .sibar a>img,.sibar span>img{ width: 52px; height: 46px;} */
    .sibar .sibarEwm {
        position: absolute;
        top: -45px;
        left: -168px;
        padding-right: 10px;
        opacity: 0;
        transition: all 0.3s cubic-bezier(0, 0.31, 0.22, 0.43);
        -webkit-transition: all 0.3s cubic-bezier(0, 0.31, 0.22, 0.43);
        -moz-transition: all 0.3s cubic-bezier(0, 0.31, 0.22, 0.43);
        -o-transition: all 0.3s cubic-bezier(0, 0.31, 0.22, 0.43);
        -ms-transition: all 0.3s cubic-bezier(0, 0.31, 0.22, 0.43);
    }

    .sibarEwm div {
        border: #666666 1px solid;
        padding: 15px 20px;
        width: 115px;
        background: #fff;
        box-sizing: initial;
    }

    .sibar .sibarEwm font {
        font-size: 14px;
        color: #666666;
        text-align: center;
        width: 115px;
        margin: 0 auto;
        display: block
    }

    .sibar .sibarEwm::after {
        content: ''; /*background: url(/themes/default/Pchome/statics/bsimg/sibar_ico8.png) no-repeat;*/
        width: 9px;
        height: 15px;
        position: absolute;
        top: 45px;
        right: 2px;
    }

    .sibar .a4.show .sibarEwm {
        top: -60px;
        opacity: 1;
        z-index: 10;
        display: block;
    }

    .sibar .sibarEwm img {
        display: block;
        width: 114px;
    }

    .sibar a:hover > img {
        opacity: 0.8;
    }

    .sibar a.a1 p {
        position: absolute;
        opacity: 0;
        width: 160px;
        background: #666;
        color: #fff;
        font-size: 18px;
        font-weight: bold;
        text-align: center;
        height: 60px;
        line-height: 60px;
        left: -120px;
        top: 0;
        transition: all 0.3s cubic-bezier(0, 0.31, 0.22, 0.43);
        -webkit-transition: all 0.3s cubic-bezier(0, 0.31, 0.22, 0.43);
        -moz-transition: all 0.3s cubic-bezier(0, 0.31, 0.22, 0.43);
        -o-transition: all 0.3s cubic-bezier(0, 0.31, 0.22, 0.43);
        -ms-transition: all 0.3s cubic-bezier(0, 0.31, 0.22, 0.43);
    }

    .sibar a.a1:hover p {
        left: -160px;
        opacity: 1;
        z-index: 10;
    }


    @media(max-width:768px) {
        .wrap {
            width: 100%;
            padding: 0 3%;
        }

        .head1 .logo {
            width: 200px;
        }

        .headrCont {
            display: none;
        }

        .head2 {
            display: none;
        }

        .right_div {
            position: fixed;
            height: 100%;
            top: 0;
            -webkit-box-shadow: rgba(0, 0, 0, 0.3) 6px -3px 10px inset;
            box-shadow: rgba(0, 0, 0, 0.3) 6px -3px 10px inset;
            ;
            overflow-x: hidden;
            z-index: 500;
            overflow-y: auto;
            right: -61%;
            width: 60.1%;
            background-color: rgba(23, 116, 203, 0.95);
            transition: 0.5s all;
            -webkit-transition: 0.5s all;
        }

        .right_div.right_open {
            transform: translateX(-100%);
            -webkit-transform: translateX(-100%);
        }

        .nav .nav_li {
            display: none;
        }

        .nav li {
            width: 100%;
            overflow: hidden;
            position: relative;
            border-bottom: rgba(255, 255, 255, 0.2) 1px solid;
        }

        .nav li.act>a {
            background: transparent;
            color: #fff;
        }

        .nav li>a {
            position: relative;
            color: #fff;
            line-height: 46px;
            height: 46px;
            display: block;
            padding-left: 20px;
            /*text-align: center; */
            font-size: 16px;
        }

        /* .nav li>a img {
            width: 0.1rem;
            opacity: 0.6;
            margin-right: 0.1rem;
        } */

        .nav_li a {
            display: block;
            padding-left: 25px;
            color: #a0e6d9;
            font-size: 14px;
            line-height: 46px;
        }


        li.n_tp img {
            width: 70px;
            width: 50px;
            margin-left: 0.2rem;
        }

        li.n_tp i {
            transition: all 0.3s;
            transform: translateY(-50%);
            top: 50%;
            display: block;
            background: url(../img/close.png) no-repeat;
            background-size: 90%;
            position: absolute;
            right: 20px;
            width: 18px;
            height: 18px;
        }

        .right_div .nav .n_tp {
            height: 46px;
            /* box-shadow: 3px 0 5px rgba(1,97,180,0.6) inset;
                -moz-box-shadow:3px 0 5px rgba(1,97,180,0.6) inset; */
        }

        .nav li.act span.more span {
            background: #fff;
        }

        span.more span {
            background: #999;
            position: absolute;
        }

        span.more {
            width: 20px;
            height: 20px;
            position: absolute;
            display: block;
            background: url(../img/ico3.png) no-repeat center;
            background-size: 40%;
            right: 20px;
            margin-top: -10px;
        }

        .transform {
            transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
            -webkit-transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
        }

        .header {
            padding: 10px;
            position: relative;
        }

        .type_icon {
            background: url(../img/menu.png) no-repeat center;
            width: 40px;
            height: 40px;
            position: absolute;
            right: 0;
            top: 50%;
            margin-top: -20px;
            background-size: 55%;
        }

        .banner a,
        .banPic,
        .banPic .swiper-slide {
            height: 200px;
        }

        .number li .time {
            font-size: 22px;
        }

        .number li .txt {
            font-size: 14px;
            margin-top: 12px;
        }

        .number ul li {
            padding: 27px 0 24px;
        }

        .number {
            width: 94%;
            border-radius: 12px;
            margin-top: -40px;
        }

        .margintop80 {
            margin-top: 35px;
        }

        .titleName .iconnew {
            background-size: 80%;
        }

        .cntxt {
            margin-left: 0;
            font-size: 17px;
            margin-right: 2px;
        }

        .enTxt {
            font-size: 14px;
        }

        .firstType {
            height: 35px;
        }

        .firstType .checkType {
            width: 35px;
            height: 35px;
            line-height: 40px;
        }

        .firstType em {
            line-height: 35px;
        }

        .newScroll,
        .newsTxt,
        .width585 {
            width: 100%;
        }

        .newsContent {
            margin-top: 20px;
        }

        .newScroll .swiper-slide .title {
            font-size: 16px;
        }

        .newsTxt {
            margin-top: 10px;
        }

        .video .swiper-slide a::after {
            width: 60px;
            height: 60px;
            margin-top: -30px;
            margin-left: -30px;
            background-size: cover;
        }

        .enterDiv {
            padding: 40px 0 19px;
        }

        .enterDiv li span {
            width: 60px;
            height: 60px;
            background-size: 40%;
        }

        .enterDiv li h3 a {
            font-size: 14px;
            display: block;
            min-height: 42px;
        }

        .enterDiv .wrap {
            padding: 0;
        }

        .enterDiv li {
            margin-bottom: 25px;
        }

        .more {
            background-size: 75%;
        }

        .marginTop40 {
            margin-top: 20px;
        }

        .tLeftPic,
        .trighttPic {
            float: none;
        }

        .tLeftPic {
            margin-bottom: 29px;
        }

        .trighttPic img {
            height: auto;
        }

        .studentDiv {
            padding-top: 10px;
        }

        .anserlist ul li a {
            padding: 0 50px 0 10px;
            font-size: 14px;
        }

       
        .anserlist ul li span {
            right: 10px;
            font-size: 14px;
        }

        .storyNews {
            padding: 20px 15px;
        }

        .storyNews img {
            width: 100%;
            height: auto;
        }

        .storyNews a {
            width: 80%;
            line-height: 20px;
            padding: 7px 10px;
        }

        .storyNews span {
            width: 60px;
            height: 60px;
            font-size: 17px;
            padding: 10px 0;
        }

        .storyNews span em {
            font-size: 12px;
        }

        .storyNews>div {
            margin-top: 20px;
        }

        .story {
            margin-top: 30px;
        }

        .smallPic {
            width: 100%;
            display: flex;
            justify-content: space-between;
        }

        .bigPic {
            width: 100%;
        }

        .bigPic li img {
            width: 100%;
            height: auto;
        }

        .smallPic li {
            width: 23%;
            height: auto;
        }

        .smallPic li:last-child {
            margin-bottom: 13px;
        }

        .guideBox img {
            width: 100%;
            height: auto;
        }

        .guideBox p {
            font-size: 13px;
        }

        .guideBox a {
            font-size: 14px;
            margin-top: 10px;
        }

        .zsRight {
            margin-top: 15px
        }

        .fcont1 {
            width: 100%;
            float: none;
        }
        
        .fcont1 ul li,.fcont1 ul .l2{
            width:100%;
        }
        
        .fcont1 ul li p {
            margin-top: 10px;
            text-align: center;
        }

        .fcont1 ul {
            flex-direction: column;
        }

        .fcont2 {
            float: none;
            margin: 20px auto 0;
            width: 45%;
        }
        .insideBan{ display: none;}
        .page-content{ margin-top: 20px;}
        .pageNav ul li{ min-width: 100px; width: auto; padding: 0 10px;  height: 35px; line-height: 35px; font-size: 15px; margin: 0 5px 15px;}
        .pageNav{ width: 100%; float: none;}
        .pageNav ul { display: flex; flex-wrap: wrap;}
        .pageRight{ width: 100%; padding: 0 ;}
        .pageRight h1{ font-size: 20px;}
        .m_insideBan{ display: block;}
        .newlist li a{ font-size: 14px;}
        .newlist li .time{ font-size: 12px; width: 70px; }
        .pageBox li{ font-size: 12px;}
        .d_page { display: flex; flex-direction: column;}
        .d_page  a{ margin-bottom: 10px; display: flex; align-items: center;}
        .d_page  a span{ flex: 1;}
        .techlist { display: flex; flex-wrap: wrap;justify-content: space-between;}
        .techlist li{ margin-top: 20px; margin-right: 0; width: 48%; margin-bottom: 0;}
        .techlist li img{ width: 100%; height:100px;}


        .techlist li img.pic{ display: block; width: 100%; height:120px;}

        .techlist li a .job{ font-size: 15px;}
        .techlist li .name{ font-size: 14px;}
        .right_div{ display: block;}
        .sibar{display:none;}
    } 